'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function GetSecurityGroupElement( _ ByVal readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService, _ ByVal securityGroupId As String, _ ByVal securityGroupFolderPath As IReadOnlyList(Of String) _ ) As SecurityGroupElement
'Usage
Dim readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService Dim securityGroupId As String Dim securityGroupFolderPath As IReadOnlyList(Of String) Dim value As SecurityGroupElement value = IUAReadOnlyPubSubSecurityKeyServiceExtension.GetSecurityGroupElement(readOnlyPubSubSecurityKeyService, securityGroupId, securityGroupFolderPath)
[Extension()] [NotNull()] public static SecurityGroupElement GetSecurityGroupElement( IUAReadOnlyPubSubSecurityKeyService readOnlyPubSubSecurityKeyService, string securityGroupId, IReadOnlyList<string> securityGroupFolderPath )
[Extension()] [NotNull()] public: static SecurityGroupElement^ GetSecurityGroupElement( IUAReadOnlyPubSubSecurityKeyService^ readOnlyPubSubSecurityKeyService, String^ securityGroupId, IReadOnlyList<String^>^ securityGroupFolderPath )
Parameters
- readOnlyPubSubSecurityKeyService
- OPC UA PubSub security key service (read-only).
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - securityGroupId
- The Id of the security group.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - securityGroupFolderPath
- An optional path to the folder that contains the security group.
The value of this parameter can be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).